Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.platform.rendition.contrib--renditionDefinitions

This contribution is part of XML component org.nuxeo.ecm.platform.rendition.contrib inside nuxeo-platform-rendition-core-6.0.jar

Extension Point

Extension point renditionDefinitions of component RenditionService.

Contributed Items

  • <renditionDefinition enable="true" name="pdf">
          <label>label.rendition.pdf</label>
          <icon>/icons/pdf.png</icon>
          <contentType>application/pdf</contentType>
          <operationChain>blobToPDF</operationChain>
        </renditionDefinition>

XML Source

<extension point="renditionDefinitions" target="org.nuxeo.ecm.platform.rendition.service.RenditionService">
    <renditionDefinition enable="true" name="pdf">
      <label>label.rendition.pdf</label>
      <icon>/icons/pdf.png</icon>
      <contentType>application/pdf</contentType>
      <operationChain>blobToPDF</operationChain>
    </renditionDefinition>
  </extension>